base keyword meaning in English
基关键字
Examples
- Base keyword , it is possible to call the
关键字,可以从派生类中调用基类的 - Using the base keyword , like this
的基类版本,如下所示: - Base keyword , then the default constructor , if there is one , is called implicitly
关键字来显式调用基类构造函数,则将隐式调用默认构造函数(如果有的话) 。 - Base - class methods : c supports the base keyword for calling the overridden base class members from derived classes
基类方法: c #支持用于调用派生类中重写基类成员的 - A derived class that has replaced or overridden a method or property can still access the method or property on the base class using the base keyword
已替换或重写某个方法或属性的派生类仍然可以使用基关键字访问基类的该方法或属性。